lcBlockAddShape Home

Adds a new shape object into a block.

 HANDLE lcBlockAddShape (
   HANDLE hBlock
 );

Parameters
hBlock
  Handle to a block.

Return Value

  Handle to created shape object or NULL if the function fails.

See Also

  lcBlockBeginShape

Code samples

  Create shape entity 1
Create shape entity 2
Create shape entity 3
Create shape entity with hatch filling
Create shape entity from selected entities
Create shape entity from marked entities
Create shape entity from marked entities 2